Description
Get a child document given its name. Take as input the parent document and return the child document.
Operation id | Document.GetChild |
Category | Document |
Label | Get Child |
Requires | |
Since | |
Parameters
Signature
Inputs | document, documents |
Outputs | document, documents |
Implementation Information
JSON Definition
{
"id" : "Document.GetChild",
"label" : "Get Child",
"category" : "Document",
"requires" : null,
"description" : "Get a child document given its name. Take as input the parent document and return the child document.",
"url" : "Document.GetChild",
"signature" : [ "document", "document", "documents", "documents" ],
"params" : [ {
"name" : "name",
"description" : null,
"type" : "string",
"required" : true,
"widget" : null,
"order" : 0,
"values" : [ ]
} ]
}